object ChooseDirForm: TChooseDirForm Left = 12 Top = 6 BorderIcons = [biSystemMenu, biMaximize] BorderStyle = bsDialog Caption = 'Save Site and Project to Folder' ClientHeight = 292 ClientWidth = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object DirectoryListBox: TDirectoryListBox Left = 16 Top = 16 Width = 313 Height = 201 ItemHeight = 16 TabOrder = 0 end object OKBtn: TButton Left = 168 Top = 256 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 256 Top = 256 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = CancelBtnClick end object DriveComboBox1: TDriveComboBox Left = 16 Top = 224 Width = 313 Height = 19 DirList = DirectoryListBox TabOrder = 3 TextCase = tcUpperCase end end